curl --location --request DELETE 'https://medusa-url.com/admin/price-lists/{id}/prices/batch' \
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "price_ids": [
      "adasfa"
    ]
}'
